Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme and audio settings #1172

Merged
merged 3 commits into from
Aug 6, 2024
Merged

Theme and audio settings #1172

merged 3 commits into from
Aug 6, 2024

Conversation

AnonymousWalker
Copy link
Collaborator

@AnonymousWalker AnonymousWalker commented Jul 30, 2024

  • Persists theme preference between launching cycles
  • Refreshes audio devices continuously in 2s intervals

 

This change is Reviewable

@AnonymousWalker AnonymousWalker changed the title Use saved app theme Theme and audio settings Jul 30, 2024
Copy link
Collaborator

@jsarabia jsarabia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 3 files reviewed, 1 unresolved discussion (waiting on @AnonymousWalker)


jvm/workbookapp/src/main/kotlin/org/wycliffeassociates/otter/jvm/workbookapp/ui/viewmodel/SettingsViewModel.kt line 243 at r1 (raw file):

    private fun loadOutputDevices() {
        val devices = audioDeviceProvider.getOutputDeviceNames()
        println(devices.size)

please remove the println

Copy link
Collaborator

@jsarabia jsarabia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 0 of 3 files reviewed, 1 unresolved discussion (waiting on @AnonymousWalker)

@jsarabia jsarabia merged commit c9ccf6b into dev Aug 6, 2024
5 of 6 checks passed
@jsarabia jsarabia deleted the aw-app-theme-preference branch August 6, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants